home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / Cards for Kids / data1.cab / Program_DLLs / ShrLk21.dll / RCDATA / TFRMUNLOCK / TFRMUNLOCK.txt
Encoding:
Text File  |  2001-01-04  |  1.6 KB  |  87 lines

  1. object frmUnlock: TfrmUnlock
  2.   Left = 267
  3.   Top = 393
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please enter the unlock information'
  7.   ClientHeight = 140
  8.   ClientWidth = 383
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object lblName: TLabel
  21.     Left = 10
  22.     Top = 17
  23.     Width = 37
  24.     Height = 16
  25.     Caption = '&Name'
  26.     FocusControl = txtName
  27.   end
  28.   object lblUnlockCode: TLabel
  29.     Left = 10
  30.     Top = 76
  31.     Width = 78
  32.     Height = 16
  33.     Caption = '&Unlock Code'
  34.     FocusControl = txtUnlockCode
  35.   end
  36.   object lblCompanyname: TLabel
  37.     Left = 10
  38.     Top = 47
  39.     Width = 98
  40.     Height = 16
  41.     Caption = '&Company Name'
  42.     FocusControl = txtUserCompanyName
  43.   end
  44.   object txtUnlockCode: TEdit
  45.     Left = 118
  46.     Top = 71
  47.     Width = 257
  48.     Height = 24
  49.     TabOrder = 2
  50.   end
  51.   object txtName: TEdit
  52.     Left = 118
  53.     Top = 12
  54.     Width = 257
  55.     Height = 24
  56.     TabOrder = 0
  57.   end
  58.   object btnOK: TButton
  59.     Left = 188
  60.     Top = 108
  61.     Width = 93
  62.     Height = 29
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.     OnClick = btnOKClick
  68.   end
  69.   object txtUserCompanyName: TEdit
  70.     Left = 118
  71.     Top = 42
  72.     Width = 257
  73.     Height = 24
  74.     TabOrder = 1
  75.   end
  76.   object btnCancel: TButton
  77.     Left = 285
  78.     Top = 108
  79.     Width = 93
  80.     Height = 29
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 4
  85.   end
  86. end
  87.